home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / quickautodocks / asl.doc next >
Text File  |  1992-09-03  |  996b  |  33 lines

  1. asl.library quick autodocs
  2.  
  3. NAME     : AllocAslRequest
  4. FUNCTION : Allocates an ASL requester data structure of the
  5.            specified type
  6. SYNOPSIS : requester=AllocAslRequest(reqType,tagList)
  7.               D0          -48           D0      A0
  8.  
  9. NAME     : AllocFileRequest
  10. FUNCTION : allocates an ASL FileRequester structure
  11. SYNOPSIS : requester=AllocFileRequest()
  12.               D0           -30
  13.  
  14. NAME     : AslRequest
  15. FUNCTION : get input from user using an ASL requester
  16. SYNOPSIS : result=AslRequest(requester,tags)
  17.              D0      -60        A0      A1
  18.  
  19. NAME     : FreeAslRequest
  20. FUNCTION : frees resources allocated by AllocAslRequest
  21. SYNOPSIS : FreeAslRequest(requester)
  22.                 -54          A0
  23.  
  24. NAME     : FreeFileRequest
  25. FUNCTION : free file requester structure
  26. SYNOPSIS : FreeFileRequest(requester)
  27.                 -36           A0
  28.  
  29. NAME     : RequestFile
  30. FUNCTION : request user to select files
  31. SYNOPSIS : result=RequestFile(requester)
  32.              D0      -42         A0
  33.